Crate fuel_derive
source ·Expand description
Derive macros for canonical type serialization and deserialization.
Derive Macros§
- Derives
Deserialize
trait for the givenstruct
orenum
. - Derives
Serialize
trait for the givenstruct
orenum
.
Derive macros for canonical type serialization and deserialization.
Deserialize
trait for the given struct
or enum
.Serialize
trait for the given struct
or enum
.